Aviation API icon

Aviation API

(0 reviews)

24 Space Weather Advisory

Space Weather advisories are issued when impacts to HF communications, communications via satellite, GNSS-based navigation and surveillance systems, or heightened radiation occurs or is expected to occur.

The advisory message informs users of:

• The type of impact;
• The expected onset, or if the event is already in progress;
• The duration of the event;
• A generalized description of the spatial extent affected for the next 24 hours;
• A description of the severity of the impact in moderate (MOD) or severe (SEV) categories.

24.1.1 API Call:

GET /aviation/spaceweather

24.1.2 Example:

This example would return the latest Space Weather Advisories issued in the last 8 hours.

GET /aviation/spaceweather

24.1.3 API Response:

{
    "version":"1.0",
    "issue-time":"2019-10-02T17:52:32Z",
    "path":"/spaceweather",
    "response":[
        {
            "met:product-name":"spaceweather",
            "met:domain":"aviation",
            "met:issue-time":"2019-10-02T16:20:00Z",
            "met:data":{
                "bulletins":[
                    {
                        "nr":"2019/2",
                        "swxc":"DONLON",
                        "text":"SWX ADVISORY\n\nDTG: 20191002/0100Z\nSWXC: DONLON\n\nADVISORY NR: 2019/2\nNR RPLC: 2019/1\nSWX EFFECT: HF COM MOD\nOBS SWX: 10/0100Z HNH HSH E18000 - W18000\nFCST SWX +6 HR: 10/0700Z HNH HSH E18000 - W18000\nFCST SWX +12 HR: 10/1300Z HNH HSH E18000 - W18000\nFCST SWX +18 HR: 10/1900Z HNH HSH E18000 - W18000\nFCST SWX +24 HR 11/0100Z NO SWX EXP\nRMK: LOW LVL GEOMAGNETIC STORMING CAUSING INCREASED AURORAL\nACT AND SUBSEQUENT MOD DEGRADATION OF GNSS AND HF COM\nAVBL IN THE AURORAL ZONE. THIS STORMING EXP TO SUBSIDE IN\nTHE FCST PERIOD. SEE WWW.SPACEWEATHERPROVIDER.WEB\nNXT ADVISORY: NO FURTHER ADVISORIES"
                    },
                    {
                        "nr":"2019/3",
                        "swxc":"NOAA/SWPC",
                        "text":"FNXX01 KWNP 021608\nSWX ADVISORY\nDTG: 20191002/1608Z\nSWXC: NOAA/SWPC\nADVISORY NR: 2019/3\nSWX EFFECT: HF COM SEV\nOBS SWX: 02/1608Z DAYLIGHT SIDE\nFCST SWX +6 HR: 02/2300Z NO SWX EXP\nFCST SWX +12 HR: 03/0500Z NOT AVBL\nFCST SWX +18 HR: 03/1100Z NOT AVBL\nFCST SWX +24 HR: 03/1700Z NOT AVBL\nRMK: TEST TEST TEST. THIS IS A TEST SPACE WEATHER ADVISORY.\nNXT ADVISORY: NO FURTHER ADVISORIES="
                    }
                ],
                "utcDate":"2019-10-02T16:20:00Z"
            }
        }
    ]
}

Reviews